home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / prntutil / psst / psst.doc < prev    next >
Encoding:
Text File  |  1995-04-25  |  4.9 KB  |  133 lines

  1.                  PSST -- PostScript from ST files
  2.  
  3.                            Revision 1.1
  4.  
  5.  
  6.                              Summary
  7.  
  8.  
  9. This program will take several types of ST file and will produce 
  10. an output that can be printed on one of several models of laser 
  11. printer, giving clearer and more attractive prints than are 
  12. available on impact printers.
  13.  
  14. The program produces files written in PostScript(TM), a popular 
  15. Page Description Language.  The file is, in effect, a program that 
  16. is executed by the printer.  PostScript is implemented on several 
  17. laser printers; the flagship is the Apple LaserWriter(TM), but 
  18. there are several others.  If your laser printer doesn't support 
  19. PostScript, it can't print PSST output.
  20.  
  21.  
  22.                           Printing Files
  23.  
  24.  
  25. Nobody expects you to have an expensive PostScript laser printer 
  26. attached to the serial port of your ST.  So the program only 
  27. produces the PostScript; it's then up to you to transfer the 
  28. output file to another computer and send it to the printer.  Maybe 
  29. you have an employer who has these things scattered around, or 
  30. maybe you have a friend with an Apple M**i**o*h desktop publishing 
  31. shop.  In any case, these two steps are obviously dependent on your 
  32. local conditions.  I work at Prime Computer; I transfer the files 
  33. to a Prime host using Kermit, and spool the files on a LaserWriter 
  34. which is attached via the printer's RS232 serial port.
  35.  
  36. Note that all PostScript files produced by the program contain 
  37. only the 95 ASCII graphics and newline.  Furthermore no line is 
  38. more than 80 characters long.  This should ensure the file will 
  39. travel through any communications medium unscathed.
  40.  
  41. Each output file is self-contained.  The program does not expect 
  42. any definitions to have been previously loaded into the printer.  
  43. This may change at future revisions.
  44.  
  45.  
  46.                             How to Use
  47.  
  48.  
  49. PSST uses standard GEM interactions.  The basic operation is 
  50. triggered by the "Open..." selection under the "File" menu.  This 
  51. prompts you to select an input file and an output file.  The 
  52. program then figures out what kind of animal the input file is, 
  53. and produces an output file correspondingly.  
  54.  
  55. For example, if the input looks like a Neochrome file, the 
  56. PostScript file will print the Neochrome picture.
  57.  
  58. If you want to override the program's attempts to guess, use the 
  59. "File type..." selection under the "File" menu to force a 
  60. particular type.  You might want to do this if, for example, you 
  61. have a Neochrome file that has no .NEO suffix.  But PSST will 
  62. still check the file for internal consistency.  
  63.  
  64. Any file can be printed in a hexadecimal dump.  Also, any file 
  65. can be printed as an ASCII listing, but if the file doesn't look 
  66. much like an ASCII file, the program will ask you to verify your 
  67. intentions.
  68.  
  69. Use the "Options..." menu to tailor different aspects of the 
  70. output in its main modes: Graphic, Ascii/Hex and WP.
  71.  
  72.  
  73.                              Example
  74.  
  75.  
  76. For example, suppose you want to produce a print of your Degas 
  77. Elite picture SHUTTLE.PC1, aligned vertically so as to occupy most 
  78. of the page.  
  79.  
  80. 1. Load PSST, and under "Options", "Graphics..." select Landscape.  
  81.  
  82. 2. Under "File", "Open..." select SHUTTLE.PC1, and accept the 
  83.    program's suggestion of SHUTTLE.PS as output.  
  84.  
  85. 3. If you are running in low resolution, the program will display 
  86.    the picture and fade it to monochrome so that you can see how 
  87.    it will look on the monochrome printer.  
  88.  
  89. 4. SHUTTLE.PS will then be written.
  90.  
  91. 5. Use Kermit to transfer it to the host of your choice, ask 
  92.    around for how to print a PostScript file, print it and be 
  93.    amazed!
  94.  
  95.  
  96.                               Issues
  97.  
  98.  
  99. Here are some notes about the current state of PSST.
  100.  
  101. - Revision 1.1 (August 1987) supports only Graphic (Degas and 
  102.   Neochrome), Ascii and Hex Dump.  The next on the agenda is 1ST 
  103.   Word (REAL bold and italic, and maybe REAL proportional 
  104.   spacing).
  105.  
  106. - I know of no printer that currently supports the PostScript 
  107.   color model.  PSST only produces monochrome images.  Colors are 
  108.   converted to shades of gray using the NTSC transformations.
  109.  
  110. - In ASCII mode, characters from the extended character set are 
  111.   not printed.
  112.  
  113. - Some inactive entries in the File Type menu aren't dimmed.
  114.  
  115.  
  116.                            Legal Stuff
  117.  
  118.  
  119. PostScript is a registered trademark of Adobe Systems Inc.
  120.  
  121. LaserWriter and Apple are registered trademarks of Apple 
  122. Computer Inc.
  123.  
  124. Portions of this product are Copyright (c) 1986, OSS and CCD.  
  125. Used by permission of OSS.
  126.  
  127. PSST is Copyright (c) David Brooks, 1987.  This product may be 
  128. used and copied freely, provided the program and resource file are 
  129. not modified in any way.  If you consider the program worthwhile, 
  130. please encourage its development in the usual way.  Address: 36 
  131. Elm Street, Medfield, MA 02052, USA.  
  132.  
  133.